Update Dedicated RPC for XDC Network#967
Open
AnilChinchawale wants to merge 11 commits intoTradeTrust:masterfrom
Open
Update Dedicated RPC for XDC Network#967AnilChinchawale wants to merge 11 commits intoTradeTrust:masterfrom
AnilChinchawale wants to merge 11 commits intoTradeTrust:masterfrom
Conversation
* feat: Update endorsement chain page to support remark (TradeTrust#941) * feat: v5 update endorement chain * chore: fix test case * chore: resolve type error * chore: resolve package-lock * chore: resolve test error * chore: resolve test error * chore: update cli package version * chore: add missing os in package-lock * chore: revert test fixes * chore: update amoy rpcUrl --------- Co-authored-by: nghaninn <[email protected]> * chore: update test * chore: resolve package-lock * feat: add rejection functions * fix: add e2e test cases * fix: adjust UI mark * fix: adjust UI mark * fix: tests check types * fix: update test cases and resolve synpress error --------- Co-authored-by: Ng Han Inn <[email protected]> Co-authored-by: nghaninn <[email protected]> Co-authored-by: Ng Han Inn <[email protected]> Co-authored-by: Rishabh Singh <[email protected]>
…Trust#944) This reverts commit 60d3797.
* feat: add astron network info * feat: add astron demo tt file * fix: update astron network info and update package.json * fix: update astron.tt file * fix: update package-lock.json --------- Co-authored-by: maxufeng <[email protected]>
* fix: astron network update available chains * chore: fix linting
* feat: ui update (TradeTrust#954) * feat: ui update * fix: align text * fix: v5 contract get escrow address (TradeTrust#957) * fix: resolve v5 renamed function error * chore: update comment * chore: resolve package-lock * fix: update v5 url (TradeTrust#958) --------- Co-authored-by: rongquan1 <[email protected]>
* fix: rpc guide link * fix: increase jest timeout
👷 Deploy request for reference-implementation pending review.Visit the deploys page to approve it
|
|
| Name | Link |
|---|---|
| 🔨 Latest commit | 7320e44 |
Contributor
|
Hey @AnilChinchawale, Can you help us understand why the change in RPC? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What is the background of this pull request?
Updated
This pull request includes an update to the
rpcUrlin theChainInfoobject within thesrc/constants/chain-info.tsfile. The change updates the RPC URL for the XDC Network.src/constants/chain-info.ts: Updated therpcUrlfromhttps://erpc.xinfin.networktohttps://tradetrustrpc.xdcrpc.com. Dedicated RPC for XDC NetworkChanges
Issues
What are the related issues or stories?